home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / totallys.swf / scripts / DefineSprite_27 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  152 b   |  4 lines

  1. son = new Sound(_root[sonName]);
  2. son.setPan((_root[panName]._x - Lscene / 2) / (Lscene / 2 / 100));
  3. son.setVolume(_root[volName]._y * 100 / Hscene);
  4.